/* 导航菜单 start */
.header {
    position: relative;
    /* top: -32px; */
}

.header .head-menu {
    color: #ffffff;
    transition: color 2s;
    position: relative;
    top: 32px;
}

.header .head-menu .each-part {
    position: absolute;
    z-index: 20;
    width: 100%;
    transition: all 600ms;
    /* transition-delay: 100ms; */
}

.header .nav-line .yituike {
    white-space: nowrap;
}

.nav-line {
    display: flex;
    align-items: center;
    height: 70px;
    /* color: #ffffff; */
}

.header .nav-line .logo {
    width: 125px;
    height: 50px;
}

.header .nav-line .logo-name {
    font-size: 25px;
    margin-left: 8px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

/* .header .nav-line .logo-name::before {
  content: '';
  width:2px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
} */

.nav-line .nav-content {
    display: flex;
}

.nav-line .each-nav {
    min-width: 120px;
    position: relative;
    text-align: right;
}

.nav-line .each-nav:hover {
    cursor: pointer;
}

.nav-line .menu-title {
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
}
.nav-line .menu-title.menu-title-bottom::after {
    content: "";
    width: 100%;
    background: #2a71ff;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.nav-line .each-nav .down {
    animation: all 3s;
    width: 12px;
    height: 6px;
    margin-left: 5px;
    transition: all 300ms;
}

.header .head-menu .menu-list {
    top: 70px;
    height: 0;
    z-index: 19;
    transition: all 600ms;
    overflow: hidden;
}

.header .menu-content {
    /* background-color: #ffffff; */
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    text-align: left;
    flex-wrap: wrap;
    /* height: 220px; */
    height: 100%;
}
.header .menu-content .el-row {
    width: 100%;
}
.header .menu-content .el-row:not(:nth-child(1)) .each {
    margin-top: 40px;
}
.header .menu-content .each {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.header .menu-content .each-img {
    width: 60px;
    height: 60px;
}
.header .menu-content .each-des {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header .menu-content .each-des .one-line-des {
    padding-bottom: 16px;
}
.header .menu-content .title {
    font-size: 14px;
    font-weight: 600;
    color: #3a3939;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}
.header .menu-content .coming-online-soon {
    height: 16px;
    margin-left: 10px;
}
.header .menu-content .new {
    height: 8px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: -34px;
}
.header .menu-content .des {
    font-size: 12px;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 200px;
}

.header .show-list .menu-title {
    color: #000000;
}
.header .show-list .each-part {
    background-color: #ffffff;
    /* color: #000000; */
}
.header .show-list .logo-name {
    color: #2a71ff;
}
.header .show-list .nav-line {
    color: #000000;
}
.header .show-list .menu-list {
    top: 70px;
    border-top: 1px solid #f2f3f8;
    height: auto;
}
.header .show-list .menu-list1,
.header .show-list .menu-list2,
.header .show-list .menu-list3 {
    padding: 50px 0;
}

/* 导航菜单 end */

/* 商品库logo start */
.spk-logo {
    display: flex;
    align-items: center;
}
.spk-logo .logo {
    height: 42px !important;
    width: 124px !important;
}
.spk-logo .page-logo {
    height: 18px;
}
.spk-logo .name {
    color: #5694ff;
    font-size: 20px;
    margin-left: 8px;
    font-weight: 600;
    position: relative;
    height: 42px;
    line-height: 42px;
    margin-left: 24px;
}
.spk-logo .name::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #5694ff;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
/* 商品库logo end */
